Use this page to verify prompt copying, code wrapping, and markdown rendering with empty sources you can fill in.
Shows use of prompt_area
// simple function
function add(a, b){ return a + b; }
console.log(add(2, 3));
Meaning goes here.
body { margin: 0; } h1 { color: #2c3e50; }
# Hello Markdown
- item one
- item two
```python
def fib(n):
a,b=0,1
for _ in range(n):
a,b=b,a+b
return a
print(fib(10))
```
# Hello Markdown
- item one
- item two
```python
def fib(n):
a,b=0,1
for _ in range(n):
a,b=b,a+b
return a
print(fib(10))
```
@Brick {
ID := BRICK-NOTE-001;
Title := "One-Minute Note";
Purpose := "Capture one insight fast with all five fields.";
Version := 0.1;
}
Definition:
A One-Minute Note is a micro-log: jot one idea with a quick example, echo it tight, name the tension, and sketch I/O in under 60 seconds.
Example:
“Meeting: decision delayed because data missing → next: prep a single-slide snapshot.”
Echo:
One insight, fast: example, echo, tension, I/O, all in under a minute.
Dialectic:
U: speed · V: brevity vs completeness · Lens: action > perfection.
Assembly:
inputs:{ quick thought }
outputs:{ portable note }
assumptions:{ ≤60s capture }
This is not a real
symbolic document.
It's just a formatting sample
body { margin: 0; } h1 { color: #2c3e50; }
Here is an example of a brick in a container.
@Brick {
ID := BRICK-ANCHOR-001;
Title := "Symbolic Anchor";
Purpose := "Provide a safe, visible BRICK inside a symbolic document container.";
Version := 0.1;
}
Definition:
A Symbolic Anchor sits inside a larger document (e.g. @Document in FAR-SYM). It shows how one BRICK can live as an inner node while respecting order, echo limits, and depth ≤ 1.
Example:
In FAR-SYM Annex, place BRICK-ANCHOR-001 under a section titled “Worked Example” to give readers a concrete node they can reuse.
Echo:
Anchors are lived BRICKs inside symbolic docs: safe, bounded, reusable.
Dialectic:
U: container integrity · V: anchor vs free-floating BRICK · Lens: doc coherence.
Assembly:
inputs:{ symbolic doc }
outputs:{ anchored example }
assumptions:{ Depth ≤ 1; bundle guardrails }